From: kfraser@localhost.localdomain Date: Wed, 3 Jan 2007 13:46:23 +0000 (+0000) Subject: [LINUX] Build blktap as module named xenblktap. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15422^2~100 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=30bc7b0ff1c01a935705ea8bc7d6230dbc175c10;p=xen.git [LINUX] Build blktap as module named xenblktap. Signed-off-by: Keir Fraser --- diff --git a/linux-2.6-xen-sparse/drivers/xen/blktap/Makefile b/linux-2.6-xen-sparse/drivers/xen/blktap/Makefile index 409b07896f..f10cc4fe12 100644 --- a/linux-2.6-xen-sparse/drivers/xen/blktap/Makefile +++ b/linux-2.6-xen-sparse/drivers/xen/blktap/Makefile @@ -1,3 +1,5 @@ LINUXINCLUDE += -I../xen/include/public/io -obj-y := xenbus.o interface.o blktap.o +obj-$(CONFIG_XEN_BLKDEV_TAP) := xenblktap.o + +xenblktap-y := xenbus.o interface.o blktap.o